fetchCountries

@GET(value = "/api/rainbow/enduser/v1.0/countries")
abstract suspend fun fetchCountries(): GenericDataResponse<List<Country>>